This tool converts a bitmap image of a font into JavaScript code that can be used with Espruino. It was developed by Matt Brailsford and was originally available at ebfc.mattbrailsford.com.
The image you supply should contain characters arranged in a grid, in ASCII order and then all you need to do is enter the first character, and the width/height of each cell in the grid.
For example you could upload with a First char of 0, Char width of 6 and Char height of 6 to get a font containing the digits 0-9.
0
6
This page is auto-generated from GitHub. If you see any mistakes or have suggestions, please let us know.